home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Programmer's Power Pack
/
Delphi Volume 1.iso
/
e_to_l
/
fbuilder
/
delphi
/
demos
/
aboutfm.dfm
/
aboutfm.txt
next >
Wrap
Text File
|
1996-09-15
|
3KB
|
153 lines
object AboutBox: TAboutBox
Left = 72
Top = 130
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 175
ClientWidth = 429
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 16
object Label1: TLabel
Left = 198
Top = 72
Width = 120
Height = 16
Caption = 'Portions Copyright'
end
object Label3: TLabel
Left = 198
Top = 88
Width = 225
Height = 14
Caption = 'INFOPLAN (TUZFilter), Ray Konopka (RZLabel)'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 78
Top = 128
Width = 281
Height = 14
Caption = 'Mail all correspondence to Clayton Collie at 103162,1430'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsItalic]
ParentFont = False
end
object RzLabel3: TRzLabel
Left = 54
Top = 153
Width = 329
Height = 16
Caption = 'Copyright 1995, Clayton Collie All Rights Reserved'
TextStyle = tsRaised
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 429
Height = 57
Align = alTop
TabOrder = 0
object RzLabel1: TRzLabel
Left = 54
Top = 6
Width = 207
Height = 32
Caption = 'FormulaBuilder'
Font.Color = clBlack
Font.Height = -27
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object RzLabel2: TRzLabel
Left = 270
Top = 6
Width = 75
Height = 32
Caption = 'Demo'
Font.Color = clGray
Font.Height = -27
Font.Name = 'Arial'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Label2: TLabel
Left = 12
Top = 33
Width = 397
Height = 16
Alignment = taCenter
Caption = 'An Advanced Formula Parsing/Evaluation Engine'
end
object iconpanel: TPanel
Left = 6
Top = 4
Width = 37
Height = 33
BorderStyle = bsSingle
TabOrder = 0
object ProgramIcon: TImage
Left = 1
Top = 1
Width = 33
Height = 29
Align = alClient
AutoSize = True
Center = True
Picture.Data = {<image000.ico>}
Stretch = True
IsControl = True
end
end
object OKButton: TBitBtn
Left = 369
Top = 6
Width = 52
Height = 27
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
Kind = bkOK
Margin = 2
Style = bsNew
Spacing = -1
IsControl = True
end
end
object Panel1: TPanel
Left = 6
Top = 72
Width = 185
Height = 41
TabOrder = 1
object CompanyLabel: TRzLabel
Left = 7
Top = 11
Width = 172
Height = 22
Caption = 'YGB Software, Inc.'
Font.Color = clSilver
Font.Height = -19
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TextStyle = tsRaised
end
end
end